home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / libc / compat / unistd / getdtabl.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-01  |  135 b   |  9 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <unistd.h>
  3.  
  4. int
  5. getdtablesize(void)
  6. {
  7.   return 255;
  8. }
  9.